home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 May: Tool Chest / Dev.CD May 98 TC.toast / Tool Chest / Development Kits / • Other Platforms / PCCTS 1.31 / antlr / README < prev    next >
Encoding:
Text File  |  1995-03-10  |  720 b   |  20 lines  |  [TEXT/MPS ]

  1.                             ANTLR 1.31
  2.  
  3. This directory contains the files necessary to build ANTLR.
  4.  
  5. If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
  6. will have to run on parser.dlg.  Either
  7.  
  8. (1)    ANTLR uses the previous antlr in that directory to rebuild itself
  9. (2)    Needs to find antlr on the search path
  10.  
  11. You will find that running "antlr -gh antlr.g" will result in about
  12. 10 ambiguity warnings.  These are normal.  Don't worry.
  13.  
  14. If you do a "make clean" right after installation, ANTLR and DLG should
  15. not need to run; only the C files will compile.
  16.  
  17. Don't forget to go into the makefile to uncomment the appropriate
  18. definitions for your OS/architecture/compiler or see the appropriate
  19. NOTES.?? file.
  20.